home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10662 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1018 b 

  1. Path: druid.borland.com!usenet
  2. From: mstave@wpo.borland.com (Matt Stave)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland's CodeGuard
  5. Date: Sat, 09 Mar 1996 01:48:31 GMT
  6. Organization: Borland International
  7. Message-ID: <4hqo34$kce@druid.borland.com>
  8. References: <45sl3h$a54@inferno.mpx.com.au>
  9. NNTP-Posting-Host: mstave2.borland.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Joon Daroy <yorad@access.com.au> wrote:
  13.  
  14. >Has anyone used this debugging tool for Borland C++ 4.5.
  15.  
  16. >I have just bought it two weeks ago and I have problem
  17. >using it in Windows 95. It compiles perfectly without 
  18. >problem but during runtime or in debugging , run mode, it 
  19. >reports "CodeGuard Internal Error #sp 00 CG Error."
  20. >Any help will be appreciated.
  21.  
  22. >Regards,
  23.  
  24. >Joon Daroy
  25. >    
  26.  
  27. Joon,
  28.  
  29. For some reason CG16.DLL has been left in memory.  If you have a tool
  30. that unloads .dlls you can use it, or reboot.   This usually happens
  31. because you did not link CG16.LIB as the 1st library in your project
  32. (or the 1st lib passed to TLINK).  
  33.  
  34. --- Matt
  35.  
  36.